-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gmail (major) Additional fixes and improvements #302
base: dev
Are you sure you want to change the base?
Conversation
45472fe
to
0f460a5
Compare
df58721
to
e52caea
Compare
…tachment belongs to
…tachment belongs to. Introduce a Download toggle to choose if we want to download attachment file data.
fd21a99
to
0f9e011
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also consider renaming gmail-commons.js to lib.js
}, | ||
|
||
getNewMessages(latestMessageId, messages) { | ||
getNewMessages(latestMessageInternalDate, messages) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getNewMessages
is not used
|
||
// Fetch attachments from emails. | ||
const output = []; | ||
await Promise.map(emails, async (email) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
}, | ||
|
||
getNewMessages(latestMessageId, messages) { | ||
getNewMessages(latestMessageInternalDate, messages) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getNewMessages
is not used anywhere
@@ -32,40 +31,27 @@ | |||
"type": "string" | |||
} | |||
}, | |||
"required": ["messageId", "attachmentId", "fileName"] | |||
"required": ["messageId", "attachmentId"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.